tools/libxc: Fix x86_32 build breakage in previous changeset.
authorKeir Fraser <keir@xen.org>
Fri, 2 Dec 2011 16:40:02 +0000 (08:40 -0800)
committerKeir Fraser <keir@xen.org>
Fri, 2 Dec 2011 16:40:02 +0000 (08:40 -0800)
Signed-off-by: Keir Fraser <keir@xen.org>
tools/libxc/xc_cpuid_x86.c

index 939412edc544cc4ddb7eb859f2be2be470602f7e..1b8da179ccf1a9f0f3e6287fec0979e09e986c61 100644 (file)
@@ -52,7 +52,7 @@ static void cpuid(const unsigned int *input, unsigned int *regs)
         "mov %%edx,12(%4)\n\t"
         "pop %%edx; pop %%ebx\n\t"
         : "=a" (regs[0]), "=c" (regs[2])
-        : "0" (input[0]), "1" (count), "S" (_regs)
+        : "0" (input[0]), "1" (count), "S" (regs)
         : "memory" );
 #else
     asm (